home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / CMDED2E6.ARJ / CMDEDIT.CFG < prev    next >
Text File  |  1992-06-30  |  760b  |  32 lines

  1. -CMDEDIT example configuration file by David Abbott
  2. -In addition,  I start cmdedit from a batch file with
  3. -the following command line:
  4. -CMDEDIT /c /i /k /w /y /l3 /p" " /fc:\util\cmdedit.cfg
  5.  
  6. defs cd chd
  7. -Note that chd will change to a new drive if appropriate,  and accepts / or \.
  8. -If /p" " option is used,  simply preceed cd with a space for DOS version.
  9. defm md
  10. @mkdir %1
  11. cd %1
  12. endm
  13. defs rd @rd
  14. defs f dir/p/w
  15. defs ff dir/p
  16. defs fd dir/p *.
  17. defs pd pushd
  18. defs pop popd
  19. defs rm del
  20. defs cat type
  21. defs .. cd..
  22. defs \ cd\
  23. defs c mode co80
  24. defs c4 mode co40
  25. defs alias defs
  26. defs a cmdstat
  27. -Function key definitions:
  28. defs f0 rstdir
  29. defs sf0 rsthist
  30.  
  31. -to avoid possible EOF character problems,  don't add anything after this line.
  32.